A. java compiler
B. java debugger
C. java Interpreter
D. java Disassemble
Advertisement
Related Mcqs:
- Which statement is static and synchronized in JDBC API ?
- A. getConnection() B. executeQuery() C. prepareCall() D. executeUpdate()...
- Which of the following automatic type conversion will be possible ?
- A. byte to int B. short to int C. long to int D. int to long...
- What is the output for the below code ? public class Test{public static void main(String[] args){int i = 010; int j = 07;System.out.println(i); System.out.println(j); } } ?
- A. 7 8 B. 8 7 C. 9 8 D. None...
- A method within a class is only accessible by classes that are defined within the same package as the class of the method. Which one of the following is used to enforce such restriction ?
- A. Declare the method with the keyword public. B. Declare the method with the keyword private. C. Do not declare the method with any accessibility modifiers. D. Declare the method with the keyword public and private....
- In Java byte, short, int and long all of these are ____________?
- A. signed B. unsigned C. Both of the above D. None of these...
- String is the predefined ?
- A. Object B. Variable C. Class D. Method...
- Program which executes applet is known as________________?
- A. JVM B. virtual machine C. applet engine D. None of above...
- Thread class is available in________________?
- A. java.lang package B. java.util package C. java.awt package D. java.io package...
- The class java.sql.Timestamp is associated with _____________?
- A. java.util.Date B. java.util.Time C. java.sql.Time D. None of above...
- Process of creating exact copy of the existing object is called_______________?
- A. overloading B. overriding C. cloning D. coping...
Advertisement